feat: add multi-model image generation support#1
Open
katieschilling wants to merge 5 commits intomainfrom
Open
feat: add multi-model image generation support#1katieschilling wants to merge 5 commits intomainfrom
katieschilling wants to merge 5 commits intomainfrom
Conversation
The template already supported multiple images, but the search was limited to 1 result. Now returns top 6 matches by similarity. Assisted-by: Claude Opus 4.5 via Claude Code Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add UI to select search result image and enter generation prompt - Integrate Pixeltable's Reve edit() for image-to-image generation - Add /api/generate-image endpoint with computed column pipeline - Add generate_result.html and generate_error.html templates - Add CSS styles for generation panel, buttons, and textarea - Make OpenAI client optional (not needed for Reve) - Update pixeltable version requirement to >=0.5.1 Note: Requires REVE_API_KEY environment variable for generation. Assisted-by: Claude Opus 4.5 via Claude Code Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add Tigris S3 endpoint URL (t3.storage.dev) to storage_options - Remove invalid if_exists argument from load_dataset call - Store input_image directly as pxt.Image instead of using computed query - Update /api/generate-image to fetch image before insert Assisted-by: Claude Opus 4.5 via Claude Code Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Images are stored locally by Pixeltable, not on S3. Added /api/image/<uuid> endpoint to serve images directly from the screenshots table. Assisted-by: Claude Opus 4.5 via Claude Code Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Fix threading issue by returning base64 images directly in search - Add visible progress indicator during image generation - Add model selection dropdown (Reve, Fal AI/Replicate, HuggingFace) - Update backend to support multiple generation models - Add CSS styling for select dropdown Assisted-by: Claude Opus 4.5 via Claude Code Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Xe
approved these changes
Feb 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code